Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata field to SendMessageRequest model #398

Closed

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Fixes #394

Added metadata field to CreateDraftRequest which is inherited by SendMessageRequest, allowing metadata to be included when sending messages.

Changes:

  • Added metadata field (Dict[str, Any]) to CreateDraftRequest
  • Added test cases for metadata in draft creation and message sending
  • Updated docstring to include metadata field description

Link to Devin run: https://app.devin.ai/sessions/983f765cf275487c9adc2479b08f5a2d

devin-ai-integration bot and others added 2 commits December 11, 2024 16:33
- Added metadata field to CreateDraftRequest which is inherited by SendMessageRequest
- Added test cases for metadata in draft creation and message sending
- Updated docstring to include metadata field description

Fixes #394

Co-Authored-By: Aaron de Mello <[email protected]>
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR
  • Look at CI failures and help fix them

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Add "(aside)" to your comment to have me ignore it.

@devin-ai-integration devin-ai-integration bot force-pushed the devin/1733934681-add-metadata-field branch from 90f33c4 to 4204bb2 Compare December 20, 2024 15:39
…metadata-field

# Conflicts:
#	CHANGELOG.md

Co-Authored-By: Aaron de Mello <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add metadata field to SendMessageRequest model
1 participant